-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
master deps 2024 09 06 13 40 04 783048 #1493
master deps 2024 09 06 13 40 04 783048 #1493
Conversation
@cf-bottom jenkins no test |
Alright, I triggered a build: [NO TESTS] Jenkins: https://ci.cfengine.com/job/pr-pipeline/11187/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-11187/ |
21273e0
to
909bc07
Compare
@cf-bottom jenkins no test |
Alright, I triggered a build: [NO TESTS] Jenkins: https://ci.cfengine.com/job/pr-pipeline/11191/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-11191/ |
@cf-bottom jenkins no test |
Sure, I triggered a build: [NO TESTS] Jenkins: https://ci.cfengine.com/job/pr-pipeline/11193/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-11193/ |
619556f
to
6fd5732
Compare
@cf-bottom jenkins, think I'm ready for the tests |
Sure, I triggered a build: Jenkins: https://ci.cfengine.com/job/pr-pipeline/11198/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-11198/ |
@cf-bottom jenkins |
Alright, I triggered a build: Jenkins: https://ci.cfengine.com/job/pr-pipeline/11203/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-11203/ |
@cf-bottom jenkins, full run again please, I think we should be "good" |
Alright, I triggered a build: Jenkins: https://ci.cfengine.com/job/pr-pipeline/11206/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-11206/ |
e3d3a33
to
314b78f
Compare
@cf-bottom jenkins full run, thanks. |
Sure, I triggered a build: Jenkins: https://ci.cfengine.com/job/pr-pipeline/11220/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-11220/ |
oops, I need exotics, @cf-bottom jenkins with exotics please |
Alright, I triggered a build: (with exotics) Jenkins: https://ci.cfengine.com/job/pr-pipeline/11222/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-11222/ |
314b78f
to
f295858
Compare
f295858
to
f4f4fbc
Compare
f4f4fbc
to
ac54f41
Compare
@cf-bottom jenkins with exotics |
Alright, I triggered a build: (with exotics) Jenkins: https://ci.cfengine.com/job/pr-pipeline/11238/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-11238/ |
hpux failure is seen by me before and now a ticket: https://northerntech.atlassian.net/browse/ENT-12366 |
ac54f41
to
250424e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the Perl commits should be squashed. And there are more cherry-pick references to private commits in the commit messages. Looks good to me otherwise.
@@ -1 +1 @@ | |||
https://www.openssl.org/source/ | |||
https://github.com/openssl/openssl/releases/download/openssl-3.3.2/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please explain this in the commit message.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added to openssl bump commit message.
fi | ||
if ! perl -e 'use List::Util qw(pairs);'; then | ||
echo "$PERL has List::Util that does not export pairs. Needs to be at least version 1.29 for OpenSSL version 3.3.2." | ||
PERL_OK="no" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change deserves a better commit message, IMHO.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed the commit message, now part of openssl commit.
deps-packaging/openssl/0007-Avoid-using-Interlocked-64-Windows-functions.patch
Show resolved
Hide resolved
+maintenance_work_mem = 512MB # min 1MB | ||
#autovacuum_work_mem = -1 # min 1MB, or -1 to use maintenance_work_mem | ||
-#maintenance_work_mem = 64MB # min 64kB | ||
+maintenance_work_mem = 512MB # min 64kB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if the minimum is 1MB, our patched version should say that as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not. The maintenance_work_mem minimum is now 64kB. See this commit: postgres/postgres@bbf668d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This patch of patch is always confusing...
Location of source tarballs has changed from www.openssl.org/source to github.com/openssl/openssl/releases/download. openssl 3.3.2 requires perl List::Utils which exports pairs so change test in install-dependencies and build newer perl if needed. fixup openssl windows patch, 0007 for openssl 3.3.2 Fixed openssl patch 0010 for openssl 3.3.2 Ticket: ENT-12140 Changelog: none
Preparation for changes needed in bumping postgresql from 16.3 to 17.0 Ticket: ENT-12140
250424e
to
45371a7
Compare
…insufficient version available
Adjusted postgresql release-monitoring ID to reflect current supported version 16.x 301832 was 15.x and we already upgraded to 16.3 recently on master. https://release-monitoring.org/project/5601/ (PostgreSQL~current) was returning an RC version: 17 currently. We didn't want that. But now 17.0 is release so we will take it. 369409 pointed to 17 when it was an RC so also not helpful. Adjusted postgresql.conf.cfengine.patch to work with changed postgresql.conf.sample. Added new applications: - The new application pg_combinebackup allows manipulation of base and incremental file system backups. - Add application pg_walsummary to dump WAL summary files (Robert Haas) - pg_createsubscriber, a utility that creates logical replicas from physical standbys
added --without-psl per information at: Adjusted for libcurl 8.10.0 change: configure: fail if PSL is not disabled but not found. curl/curl#14373 curl/curl#14379
Adjusted for libcurl 8.10.0 change: configure: fail if PSL is not disabled but not found. added --without-psl per information at: curl/curl#14373 curl/curl#14379
45371a7
to
de704e5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
No description provided.